The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "event"

lib/YAMLScript/Reader.pm River stage zero No dependents

INGY/YAMLScript-Lingy-0.2.1 - 29 Dec 2023 18:00:56 UTC - Search in distribution

Event - Event loop processing River stage two • 14 direct dependents • 24 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

Event::RPC::Loop::Event - Event mainloop for Event::RPC River stage zero No dependents

This modules implements a mainloop using the Event module for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC - Search in distribution

Aw::Event - ActiveWorks Event Module. River stage one • 1 direct dependent • 1 total dependent

Enhanced interface for the Aw.xs Event methods....

DYACOB/Aw-0.16.7 - 20 Feb 2003 14:31:15 UTC - Search in distribution

Fl::Event - Event Loop Related Functions River stage zero No dependents

The ":event" import tag brings all of these functions into your namespace....

SANKO/Fl-0.99.15 - 21 Jan 2020 03:51:59 UTC - Search in distribution

IO::Event - Tied Filehandles for Nonblocking IO with Object Callbacks River stage two • 4 direct dependents • 23 total dependents

IO::Event provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much. All APIs are kept as simple as possible yet at the same ...

MUIR/IO-Event-0.813 - 18 Sep 2013 03:46:26 UTC - Search in distribution

Tk::event - Miscellaneous event facilities: define virtual events and generate events River stage three • 160 direct dependents • 171 total dependents

The event*Action* methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events. Virtual events are shared by all widgets of the same MainWindow. Different MainWindows can have diff...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution

Eve::Event - a base class for all event classes. River stage zero No dependents

Eve::Event is an abstract class that must be inherited by event classes. This will enable them to be triggered and have handlers bound to them. Constructor arguments: "event_map" an event map the event will interact with....

ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC - Search in distribution

Event::Lib - Perl extentions for event-based programming River stage one • 1 direct dependent • 1 total dependent

This module is a Perl wrapper around libevent(3) as available from <http://www.monkey.org/~provos/libevent/>. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received. Under the hood, on...

VPARSEVAL/Event-Lib-1.03 - 29 Jul 2007 11:39:08 UTC - Search in distribution

RCU::Event - Event-based RCU operation River stage zero No dependents

This module provides a superset of the standard "RCU" interface by adding an event-based interface. Basically, you create one or more *contexts* (See "RCU::Context") and bind it to a RCU::Event object. All key events will then be directed to the curr...

MLEHMANN/RCU-0.021 - 03 Mar 2005 17:55:37 UTC - Search in distribution
  • RCU - Remote Control Unit Interface

SDL::Event - General event structure River stage two • 22 direct dependents • 24 total dependents

Event handling allows your application to receive input from the user. Event handling is initalised (along with video) with a call to: "SDL::init(SDL_INIT_VIDEO);" Internally, SDL stores all the events waiting to be handled in an event queue. Using f...

FROGGS/SDL-2.548 - 19 May 2018 10:58:08 UTC - Search in distribution

SDL::Event - a SDL perl extension River stage zero No dependents

SDL::Event->new(); creates a SDL_Event structure, into which events may be stored. $event->type() This function returns the event type which will be one of the values: SDL_ACTIVEEVENT, SDL_KEYDOWN, SDL_KEYUP, SDL_MOUSEMOTION, SDL_MOUSEBUTTONDOWN, SDL...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC - Search in distribution

Mpp::Event - event loop for makepp River stage zero No dependents

Mpp::Event provides a way of multi-threading Perl code without actually using any of the thread extensions. It relies on Perl closures instead. So it's a little harder to write event-driven code than it would be if your code were threaded, but not mu...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC - Search in distribution

Mixin::Event::Dispatch::Event - an event object River stage two • 23 direct dependents • 48 total dependents

Provides an object with which to interact with the current event....

TEAM/Mixin-Event-Dispatch-2.000 - 14 Sep 2015 01:25:18 UTC - Search in distribution

Beam::Event - Base Event class River stage two • 7 direct dependents • 35 total dependents

This is the base event class for "Beam::Emitter" objects. The base class is only really useful for notifications. Create a subclass to add data attributes....

PREACTION/Beam-Emitter-1.007 - 29 Jan 2017 07:44:05 UTC - Search in distribution

Coro::Event - do events the coro-way, with Event River stage two • 53 direct dependents • 69 total dependents

This module enables you to create programs using the powerful Event model (and module), while retaining the linear style known from simple or threaded programs. This module provides a method and a function for every watcher type (*flavour*) (see Even...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

Event::File River stage zero No dependents

RSD/Event-File-0.1.1 - 15 Oct 2001 18:06:20 UTC - Search in distribution

Event::Join - join multiple "events" into one River stage one • 1 direct dependent • 3 total dependents

When writing event-based programs, you often want to wait for a number of events to occur, and then do something. This module allows you to do that without blocking. It simply acts as a receiver for a number of events, and then calls a callback when ...

JROCKWAY/Event-Join-0.06 - 25 Feb 2011 19:33:29 UTC - Search in distribution

Glib::Event - Coerce Glib into using the Event module as event loop. River stage zero No dependents

This module coerces the Glib event loop to use the Event module as underlying event loop, i.e. Event will be used by Glib for all events. This makes Glib compatible to Event. Calls into the Glib main loop are more or less equivalent to calls to "Even...

MLEHMANN/Glib-Event-0.2 - 29 Nov 2005 16:05:04 UTC - Search in distribution

MIDI::Event - MIDI events River stage two • 16 direct dependents • 20 total dependents

Functions and lists to do with MIDI events and MIDI event structures. An event is a list, like: ( 'note_on', 141, 4, 50, 64 ) where the first element is the event name, the second is the delta-time, and the remainder are further parameters, per the e...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC - Search in distribution
4,387 results (0.235 seconds)